MaskInfo Properties
CopyWithLiterals | Description Specifies if control text is copied to clipboard contains literals. (gets or sets) ValueType Boolean Default Value true |
ShowLiterals | Description Specifies the display text includes literals. (gets or sets) ValueType Boolean Default Value true |
SkipOptional | Description Specifies if optional mask positions are automatically skipped until the first position allowing the typed character. (gets or sets) ValueType Boolean Default Value true |
MaskExpression | Description Specifies masking expression. (gets or sets) ValueType String Default Value no default (required) |
PromptChar | Description Specifies character displayed on empty mask positions. (gets or sets) ValueType String Default Value '_' |
ValueParts | Description Gets part of value. Highlighting type determines how value is splitted into parts. When HighLightType.Type is character, value parts contains value per character except literal chars. When HighLightType is Phrase, value parts contains value per phrase. ValueType Array of Object Default Value no default (required) |